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

NotImplementedException() 공개 메소드

public NotImplementedException ( String message, Exception inner ) : System
message String
inner Exception
리턴 System
        public NotImplementedException(String message, Exception inner) 
            : base(message, inner) {
    		SetErrorCode(__HResults.E_NOTIMPL);
        }

Same methods

NotImplementedException::NotImplementedException ( ) : System
NotImplementedException::NotImplementedException ( SerializationInfo info, StreamingContext context ) : System
NotImplementedException::NotImplementedException ( String message ) : System
NotImplementedException