C# Class SenseNet.Services.IdentityManagement.InvalidParameterException

Inheritance: System.Exception
Mostra file Open project: maxpavlov/FlexNet

Public Methods

Method Description
InvalidParameterException ( ) : System
InvalidParameterException ( string message ) : System
InvalidParameterException ( string message, Exception inner ) : System

Protected Methods

Method Description
InvalidParameterException ( System info, System context ) : System

Method Details

InvalidParameterException() public method

public InvalidParameterException ( ) : System
return System

InvalidParameterException() protected method

protected InvalidParameterException ( System info, System context ) : System
info System
context System
return System

InvalidParameterException() public method

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

InvalidParameterException() public method

public InvalidParameterException ( string message, Exception inner ) : System
message string
inner System.Exception
return System