C# Class InternalSystem.ArgumentOutOfRangeException

Inheritance: InternalSystem.ArgumentException
Mostrar archivo Open project: sharpos/SharpOS

Public Methods

Method Description
ArgumentOutOfRangeException ( ) : SharpOS.AOT.Attributes
ArgumentOutOfRangeException ( string paramName ) : SharpOS.AOT.Attributes
ArgumentOutOfRangeException ( string paramName, string message ) : SharpOS.AOT.Attributes

Method Details

ArgumentOutOfRangeException() public method

public ArgumentOutOfRangeException ( ) : SharpOS.AOT.Attributes
return SharpOS.AOT.Attributes

ArgumentOutOfRangeException() public method

public ArgumentOutOfRangeException ( string paramName ) : SharpOS.AOT.Attributes
paramName string
return SharpOS.AOT.Attributes

ArgumentOutOfRangeException() public method

public ArgumentOutOfRangeException ( string paramName, string message ) : SharpOS.AOT.Attributes
paramName string
message string
return SharpOS.AOT.Attributes