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

Inheritance: CmsException
显示文件 Open project: devbridge/BetterCMS

Public Methods

Method 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 method

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

InvalidCypherTextException() public method

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

InvalidCypherTextException() public method

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.
return System