Amazon.IdentityManagement.Model.DeleteConflictException.DeleteConflictException C# (CSharp) Method

DeleteConflictException() public method

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

Same methods

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