System.NotSupportedException.NotSupportedException C# (CSharp) Method

NotSupportedException() public method

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

Same methods

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