C# Класс Tortuga.Anchor.Missing.ArgumentOutOfRangeException

Class ArgumentOutOfRangeException.
Наследование: System.ArgumentOutOfRangeException
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ArgumentOutOfRangeException() публичный Метод

Initializes a new instance of the ArgumentOutOfRangeException class.
public ArgumentOutOfRangeException ( ) : System
Результат System

ArgumentOutOfRangeException() публичный Метод

Initializes a new instance of the ArgumentOutOfRangeException class.
public ArgumentOutOfRangeException ( string paramName ) : System
paramName string The name of the parameter that causes this exception.
Результат System

ArgumentOutOfRangeException() публичный Метод

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.
Результат System

ArgumentOutOfRangeException() публичный Метод

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.
Результат System

ArgumentOutOfRangeException() публичный Метод

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.
Результат System