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

ServiceException() public method

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

Same methods

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