Table of Contents

Class SiteException

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

Constructors

SiteException()

public SiteException()

SiteException(SerializationInfo, StreamingContext)

protected SiteException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

SiteException(string)

public SiteException(string message)

Parameters

message string

SiteException(string, Exception)

public SiteException(string message, Exception innerException)

Parameters

message string
innerException Exception