C# 클래스 System.ArgumentOutOfRangeException

상속: ArgumentException
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetObjectData void

공개 메소드들

메소드 설명
ArgumentOutOfRangeException ( ) : System
ArgumentOutOfRangeException ( String paramName ) : System
ArgumentOutOfRangeException ( String message, Exception innerException ) : System
ArgumentOutOfRangeException ( String paramName, Object actualValue, String message ) : System
ArgumentOutOfRangeException ( String paramName, String message ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

메소드 상세

ArgumentOutOfRangeException() 공개 메소드

public ArgumentOutOfRangeException ( ) : System
리턴 System

ArgumentOutOfRangeException() 보호된 메소드

protected ArgumentOutOfRangeException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

ArgumentOutOfRangeException() 공개 메소드

public ArgumentOutOfRangeException ( String paramName ) : System
paramName String
리턴 System

ArgumentOutOfRangeException() 공개 메소드

public ArgumentOutOfRangeException ( String message, Exception innerException ) : System
message String
innerException Exception
리턴 System

ArgumentOutOfRangeException() 공개 메소드

public ArgumentOutOfRangeException ( String paramName, Object actualValue, String message ) : System
paramName String
actualValue Object
message String
리턴 System

ArgumentOutOfRangeException() 공개 메소드

public ArgumentOutOfRangeException ( String paramName, String message ) : System
paramName String
message String
리턴 System