Table of Contents

Class BlockContentControlNotFound

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

Constructors

BlockContentControlNotFound()

public BlockContentControlNotFound()

BlockContentControlNotFound(SerializationInfo, StreamingContext)

protected BlockContentControlNotFound(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

BlockContentControlNotFound(string)

public BlockContentControlNotFound(string message)

Parameters

message string

BlockContentControlNotFound(string, Exception)

public BlockContentControlNotFound(string message, Exception innerException)

Parameters

message string
innerException Exception