Class NotFoundException
- Namespace
- InSite.Application.Surveys.Write
- Assembly
- Shift.Sdk.dll
public class NotFoundException : Exception, ISerializable
- Inheritance
-
NotFoundException
- Implements
- Inherited Members
- Extension Methods
Constructors
NotFoundException()
public NotFoundException()
NotFoundException(SerializationInfo, StreamingContext)
protected NotFoundException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
NotFoundException(string)
public NotFoundException(string message)
Parameters
messagestring
NotFoundException(string, Exception)
public NotFoundException(string message, Exception innerException)