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

Inheritance: Exception
Afficher le fichier Open project: pedromagueija/b1pp Class Usage Examples

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
InvalidSpecificItemTypeException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the InvalidSpecificItemTypeException class.

Method Details

InvalidSpecificItemTypeException() public méthode

Initializes a new instance of the InvalidSpecificItemTypeException class.
public InvalidSpecificItemTypeException ( ) : System
Résultat System

InvalidSpecificItemTypeException() protected méthode

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. ///
Résultat System

InvalidSpecificItemTypeException() public méthode

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

InvalidSpecificItemTypeException() public méthode

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