System.RankException.RankException C# (CSharp) 메소드

RankException() 공개 메소드

public RankException ( String message ) : System
message String
리턴 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