System.RankException.RankException C# (CSharp) Method

RankException() public method

public RankException ( String message ) : System
message String
return System
        public RankException(String message) 
            : base(message) {
    		SetErrorCode(__HResults.COR_E_RANK);
        }
    	

Same methods

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