System.NotSupportedException.NotSupportedException C# (CSharp) Method

NotSupportedException() public method

public NotSupportedException ( String message, Exception innerException ) : System
message String
innerException Exception
return System
        public NotSupportedException(String message, Exception innerException) 
            : base(message, innerException) {
    		SetErrorCode(__HResults.COR_E_NOTSUPPORTED);
        }

Same methods

NotSupportedException::NotSupportedException ( ) : System
NotSupportedException::NotSupportedException ( SerializationInfo info, StreamingContext context ) : System
NotSupportedException::NotSupportedException ( String message ) : System
NotSupportedException