System.RankException.RankException C# (CSharp) Method

RankException() public method

public RankException ( ) : System
return 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