System.NotImplementedException.NotImplementedException C# (CSharp) Method

NotImplementedException() public method

public NotImplementedException ( String message, Exception inner ) : System
message String
inner Exception
return 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