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

UnsupportedOperationException() public method

Construct instance of UnsupportedOperationException
public UnsupportedOperationException ( Exception innerException ) : System
innerException System.Exception
return System
        public UnsupportedOperationException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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::UnsupportedOperationException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
UnsupportedOperationException