System.NotImplementedException.NotImplementedException C# (CSharp) Méthode

NotImplementedException() protected méthode

protected NotImplementedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat 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