C# Class B1PP.Extensions.SDK.UI.InvalidSpecificItemTypeException

Inheritance: Exception
Show file Open project: pedromagueija/b1pp Class Usage Examples

Public Methods

Method Description
InvalidSpecificItemTypeException ( ) : System

Initializes a new instance of the InvalidSpecificItemTypeException class.

InvalidSpecificItemTypeException ( string message ) : System

Initializes a new instance of the InvalidSpecificItemTypeException class.

InvalidSpecificItemTypeException ( string message, Exception inner ) : System

Initializes a new instance of the InvalidSpecificItemTypeException class.

Protected Methods

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

Initializes a new instance of the InvalidSpecificItemTypeException class.

Method Details

InvalidSpecificItemTypeException() public method

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

InvalidSpecificItemTypeException() protected method

Initializes a new instance of the InvalidSpecificItemTypeException class.
protected InvalidSpecificItemTypeException ( 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

InvalidSpecificItemTypeException() public method

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

InvalidSpecificItemTypeException() public method

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