C# Class Xmu.Crms.Shared.Exceptions.PasswordErrorException

Inheritance: ArgumentException
Datei anzeigen Open project: xmusoftware15/ModuleStandardGroup-Public

Public Methods

Method Description
PasswordErrorException ( ) : System
PasswordErrorException ( string message ) : System
PasswordErrorException ( string message, Exception innerException ) : System
PasswordErrorException ( string message, string paramName ) : System
PasswordErrorException ( string message, string paramName, Exception innerException ) : System

Protected Methods

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

Method Details

PasswordErrorException() public method

public PasswordErrorException ( ) : System
return System

PasswordErrorException() protected method

protected PasswordErrorException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

PasswordErrorException() public method

public PasswordErrorException ( string message ) : System
message string
return System

PasswordErrorException() public method

public PasswordErrorException ( string message, Exception innerException ) : System
message string
innerException Exception
return System

PasswordErrorException() public method

public PasswordErrorException ( string message, string paramName ) : System
message string
paramName string
return System

PasswordErrorException() public method

public PasswordErrorException ( string message, string paramName, Exception innerException ) : System
message string
paramName string
innerException Exception
return System