C# Class Crowbar.CrowbarException

Inheritance: System.Exception
Show file Open project: mrydengren/crowbar

Protected Methods

Method Description
CrowbarException ( SerializationInfo info, StreamingContext context ) : System

Creates a new instance of CrowbarException.

Private Methods

Method Description
CrowbarException ( string message, Exception innerException ) : System

Method Details

CrowbarException() protected method

Creates a new instance of CrowbarException.
protected CrowbarException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The serialization info.
context System.Runtime.Serialization.StreamingContext The streaming context.
return System