C# 클래스 Tortuga.Anchor.Missing.ArgumentOutOfRangeException

Class ArgumentOutOfRangeException.
상속: System.ArgumentOutOfRangeException
파일 보기 프로젝트 열기: docevaad/Anchor

공개 메소드들

메소드 설명
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