System.NotSupportedException.NotSupportedException C# (CSharp) Method

NotSupportedException() public method

public NotSupportedException ( ) : System
return System
    	public NotSupportedException() 
            : base(Environment.GetResourceString("Arg_NotSupportedException")) {
    		SetErrorCode(__HResults.COR_E_NOTSUPPORTED);
        }
    

Same methods

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