System.NotSupportedException.NotSupportedException C# (CSharp) Method

NotSupportedException() protected method

protected NotSupportedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System
        protected NotSupportedException(SerializationInfo info, StreamingContext context) : base(info, context) {
        }

Same methods

NotSupportedException::NotSupportedException ( ) : System
NotSupportedException::NotSupportedException ( String message ) : System
NotSupportedException::NotSupportedException ( String message, Exception innerException ) : System
NotSupportedException