System.NotImplementedException.NotImplementedException C# (CSharp) Method

NotImplementedException() protected method

protected NotImplementedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System
        protected NotImplementedException(SerializationInfo info, StreamingContext context) : base(info, context) {
        }
    }

Same methods

NotImplementedException::NotImplementedException ( ) : System
NotImplementedException::NotImplementedException ( String message ) : System
NotImplementedException::NotImplementedException ( String message, Exception inner ) : System
NotImplementedException