System.RankException.RankException C# (CSharp) Méthode

RankException() public méthode

public RankException ( ) : System
Résultat System
    	public RankException() 
            : base(Environment.GetResourceString("Arg_RankException")) {
    		SetErrorCode(__HResults.COR_E_RANK);
        }
    

Same methods

RankException::RankException ( SerializationInfo info, StreamingContext context ) : System
RankException::RankException ( String message ) : System
RankException::RankException ( String message, Exception innerException ) : System
RankException