Class BlockContentControlNotFound
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
infoSerializationInfocontextStreamingContext
BlockContentControlNotFound(string)
public BlockContentControlNotFound(string message)
Parameters
messagestring
BlockContentControlNotFound(string, Exception)
public BlockContentControlNotFound(string message, Exception innerException)