Table of Contents

Class ProgressNotFoundException

Namespace
InSite.Application.Records
Assembly
Shift.Sdk.dll
public class ProgressNotFoundException : Exception, ISerializable
Inheritance
ProgressNotFoundException
Implements
Inherited Members
Extension Methods

Constructors

ProgressNotFoundException()

public ProgressNotFoundException()

ProgressNotFoundException(SerializationInfo, StreamingContext)

protected ProgressNotFoundException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

ProgressNotFoundException(string)

public ProgressNotFoundException(string message)

Parameters

message string

ProgressNotFoundException(string, Exception)

public ProgressNotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception