Amazon.StorageGateway.Model.ServiceUnavailableErrorException.ServiceUnavailableErrorException C# (CSharp) Метод

ServiceUnavailableErrorException() публичный Метод

Construct instance of ServiceUnavailableErrorException
public ServiceUnavailableErrorException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public ServiceUnavailableErrorException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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