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
infoSerializationInfocontextStreamingContext
ProgressNotFoundException(string)
public ProgressNotFoundException(string message)
Parameters
messagestring
ProgressNotFoundException(string, Exception)
public ProgressNotFoundException(string message, Exception innerException)