C# Class MadMimi.MissingParameterException

Inheritance: System.ArgumentException
Mostra file Open project: madmimi/madmimi-dotnet

Public Methods

Method Description
MissingParameterException ( ) : System
MissingParameterException ( Exception innerException ) : System
MissingParameterException ( string parameterName ) : System
MissingParameterException ( string message, string parameterName ) : System
MissingParameterException ( string message, string parameterName, Exception innerExpection ) : System

Method Details

MissingParameterException() public method

public MissingParameterException ( ) : System
return System

MissingParameterException() public method

public MissingParameterException ( Exception innerException ) : System
innerException System.Exception
return System

MissingParameterException() public method

public MissingParameterException ( string parameterName ) : System
parameterName string
return System

MissingParameterException() public method

public MissingParameterException ( string message, string parameterName ) : System
message string
parameterName string
return System

MissingParameterException() public method

public MissingParameterException ( string message, string parameterName, Exception innerExpection ) : System
message string
parameterName string
innerExpection System.Exception
return System