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

UnsupportedOperationException() public method

Construct instance of UnsupportedOperationException
public UnsupportedOperationException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public UnsupportedOperationException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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