C# Class Tortuga.Anchor.Missing.ArgumentOutOfRangeException

Class ArgumentOutOfRangeException.
Inheritance: System.ArgumentOutOfRangeException
Afficher le fichier Open project: docevaad/Anchor

Méthodes publiques

Méthode Description
ArgumentOutOfRangeException ( ) : System

Initializes a new instance of the ArgumentOutOfRangeException class.

ArgumentOutOfRangeException ( string paramName ) : System

Initializes a new instance of the ArgumentOutOfRangeException class.

ArgumentOutOfRangeException ( string message, Exception innerException ) : System

Initializes a new instance of the ArgumentOutOfRangeException class.

ArgumentOutOfRangeException ( string paramName, object actualValue, string message ) : System

Initializes a new instance of the ArgumentOutOfRangeException class.

ArgumentOutOfRangeException ( string paramName, string message ) : System

Initializes a new instance of the ArgumentOutOfRangeException class.

Method Details

ArgumentOutOfRangeException() public méthode

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

ArgumentOutOfRangeException() public méthode

Initializes a new instance of the ArgumentOutOfRangeException class.
public ArgumentOutOfRangeException ( string paramName ) : System
paramName string The name of the parameter that causes this exception.
Résultat System

ArgumentOutOfRangeException() public méthode

Initializes a new instance of the ArgumentOutOfRangeException class.
public ArgumentOutOfRangeException ( string message, Exception innerException ) : System
message string The error message that explains the reason for this exception.
innerException System.Exception The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
Résultat System

ArgumentOutOfRangeException() public méthode

Initializes a new instance of the ArgumentOutOfRangeException class.
public ArgumentOutOfRangeException ( string paramName, object actualValue, string message ) : System
paramName string Name of the parameter.
actualValue object The actual value.
message string The message.
Résultat System

ArgumentOutOfRangeException() public méthode

Initializes a new instance of the ArgumentOutOfRangeException class.
public ArgumentOutOfRangeException ( string paramName, string message ) : System
paramName string The name of the parameter that caused the exception.
message string The message that describes the error.
Résultat System