Amazon.IotData.Model.ServiceUnavailableException.ServiceUnavailableException C# (CSharp) Метод

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

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

Same methods

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