C# Class System.ArgumentOutOfRangeException

Inheritance: ArgumentException
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
GetObjectData void

Public Methods

Method Description
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

Protected Methods

Method Description
ArgumentOutOfRangeException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

ArgumentOutOfRangeException() public method

public ArgumentOutOfRangeException ( ) : System
return System

ArgumentOutOfRangeException() protected method

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

ArgumentOutOfRangeException() public method

public ArgumentOutOfRangeException ( String paramName ) : System
paramName String
return System

ArgumentOutOfRangeException() public method

public ArgumentOutOfRangeException ( String message, Exception innerException ) : System
message String
innerException Exception
return System

ArgumentOutOfRangeException() public method

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

ArgumentOutOfRangeException() public method

public ArgumentOutOfRangeException ( String paramName, String message ) : System
paramName String
message String
return System