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

NotImplementedException() 보호된 메소드

protected NotImplementedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
리턴 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