C# 클래스 ISynergy.Framework.Core.Exceptions.ArgumentBelowZeroException

상속: ArgumentOutOfRangeException
파일 보기 프로젝트 열기: I-Synergy/I-Synergy.Framework

공개 메소드들

메소드 설명
ArgumentBelowZeroException ( ) : System

Initializes a new instance of the ArgumentBelowZeroException class.

ArgumentBelowZeroException ( Exception innerException ) : System

Initializes a new instance of the ArgumentBelowZeroException class.

ArgumentBelowZeroException ( string paramName ) : System

Initializes a new instance of the ArgumentBelowZeroException class.

ArgumentBelowZeroException ( string message, Exception innerException ) : System

Initializes a new instance of the ArgumentBelowZeroException class.

ArgumentBelowZeroException ( string paramName, object actualValue ) : System

Initializes a new instance of the ArgumentBelowZeroException class.

보호된 메소드들

메소드 설명
ArgumentBelowZeroException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ArgumentBelowZeroException class.

메소드 상세

ArgumentBelowZeroException() 공개 메소드

Initializes a new instance of the ArgumentBelowZeroException class.
public ArgumentBelowZeroException ( ) : System
리턴 System

ArgumentBelowZeroException() 공개 메소드

Initializes a new instance of the ArgumentBelowZeroException class.
public ArgumentBelowZeroException ( Exception innerException ) : System
innerException Exception The inner exception.
리턴 System

ArgumentBelowZeroException() 보호된 메소드

Initializes a new instance of the ArgumentBelowZeroException class.
protected ArgumentBelowZeroException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The object that holds the serialized object data.
context StreamingContext An object that describes the source or destination of the serialized data.
리턴 System

ArgumentBelowZeroException() 공개 메소드

Initializes a new instance of the ArgumentBelowZeroException class.
public ArgumentBelowZeroException ( string paramName ) : System
paramName string The name of the parameter that causes this exception.
리턴 System

ArgumentBelowZeroException() 공개 메소드

Initializes a new instance of the ArgumentBelowZeroException class.
public ArgumentBelowZeroException ( string message, Exception innerException ) : System
message string The message.
innerException Exception The inner exception.
리턴 System

ArgumentBelowZeroException() 공개 메소드

Initializes a new instance of the ArgumentBelowZeroException class.
public ArgumentBelowZeroException ( string paramName, object actualValue ) : System
paramName string Name of the parameter.
actualValue object The actual value.
리턴 System