C# Class InternalSystem.ArgumentOutOfRangeException

Inheritance: InternalSystem.ArgumentException
Afficher le fichier Open project: sharpos/SharpOS

Méthodes publiques

Méthode Description
ArgumentOutOfRangeException ( ) : SharpOS.AOT.Attributes
ArgumentOutOfRangeException ( string paramName ) : SharpOS.AOT.Attributes
ArgumentOutOfRangeException ( string paramName, string message ) : SharpOS.AOT.Attributes

Method Details

ArgumentOutOfRangeException() public méthode

public ArgumentOutOfRangeException ( ) : SharpOS.AOT.Attributes
Résultat SharpOS.AOT.Attributes

ArgumentOutOfRangeException() public méthode

public ArgumentOutOfRangeException ( string paramName ) : SharpOS.AOT.Attributes
paramName string
Résultat SharpOS.AOT.Attributes

ArgumentOutOfRangeException() public méthode

public ArgumentOutOfRangeException ( string paramName, string message ) : SharpOS.AOT.Attributes
paramName string
message string
Résultat SharpOS.AOT.Attributes