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

NotSupportedException() 보호된 메소드

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