Amazon.DirectoryService.Model.UnsupportedOperationException.UnsupportedOperationException C# (CSharp) Method

UnsupportedOperationException() public method

Constructs a new UnsupportedOperationException with the specified error message.
public UnsupportedOperationException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public UnsupportedOperationException(string message) 
            : base(message) {}
          

Same methods

UnsupportedOperationException::UnsupportedOperationException ( Exception innerException ) : System
UnsupportedOperationException::UnsupportedOperationException ( System info, System context ) : System
UnsupportedOperationException::UnsupportedOperationException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
UnsupportedOperationException::UnsupportedOperationException ( string message, Exception innerException ) : System
UnsupportedOperationException::UnsupportedOperationException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
UnsupportedOperationException