Table of Contents

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

info SerializationInfo
context StreamingContext

NotFoundException(string)

public NotFoundException(string message)

Parameters

message string

NotFoundException(string, Exception)

public NotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception