C# Class BetterCms.Core.Exceptions.Security.InvalidCypherTextException

Inheritance: CmsException
Afficher le fichier Open project: devbridge/BetterCMS

Méthodes publiques

Méthode Description
InvalidCypherTextException ( ) : System

Initializes a new instance of the InvalidCypherTextException class.

InvalidCypherTextException ( string message ) : System

Initializes a new instance of the InvalidCypherTextException class.

InvalidCypherTextException ( string message, Exception innerException ) : System

Initializes a new instance of the InvalidCypherTextException class.

Method Details

InvalidCypherTextException() public méthode

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

InvalidCypherTextException() public méthode

Initializes a new instance of the InvalidCypherTextException class.
public InvalidCypherTextException ( string message ) : System
message string The message.
Résultat System

InvalidCypherTextException() public méthode

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