Table of Contents

Class PageContentControlNotFound

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class PageContentControlNotFound : Exception, ISerializable
Inheritance
PageContentControlNotFound
Implements
Inherited Members
Extension Methods

Constructors

PageContentControlNotFound()

public PageContentControlNotFound()

PageContentControlNotFound(SerializationInfo, StreamingContext)

protected PageContentControlNotFound(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

PageContentControlNotFound(string)

public PageContentControlNotFound(string message)

Parameters

message string

PageContentControlNotFound(string, Exception)

public PageContentControlNotFound(string message, Exception innerException)

Parameters

message string
innerException Exception