C# Class B1PP.Exceptions.B1EnumConvertException

Inheritance: Exception
Show file Open project: pedromagueija/b1pp

Public Methods

Method Description
B1EnumConvertException ( ) : System

Initializes a new instance of the B1EnumConvertException class.

B1EnumConvertException ( string message ) : System

Initializes a new instance of the B1EnumConvertException class.

B1EnumConvertException ( string message, Exception inner ) : System

Initializes a new instance of the B1EnumConvertException class.

Protected Methods

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

Initializes a new instance of the B1EnumConvertException class.

Method Details

B1EnumConvertException() public method

Initializes a new instance of the B1EnumConvertException class.
public B1EnumConvertException ( ) : System
return System

B1EnumConvertException() protected method

Initializes a new instance of the B1EnumConvertException class.
protected B1EnumConvertException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo /// The that holds the serialized object /// data about the exception being thrown. ///
context StreamingContext /// The that contains contextual /// information about the source or destination. ///
return System

B1EnumConvertException() public method

Initializes a new instance of the B1EnumConvertException class.
public B1EnumConvertException ( string message ) : System
message string The message that describes the error.
return System

B1EnumConvertException() public method

Initializes a new instance of the B1EnumConvertException class.
public B1EnumConvertException ( string message, Exception inner ) : System
message string The message.
inner Exception The inner.
return System