Amazon.IoT.AmazonIoTException.AmazonIoTException C# (CSharp) Метод

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

Construct instance of AmazonIoTException
public AmazonIoTException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public AmazonIoTException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
            : base(message, errorType, errorCode, requestId, statusCode)
        {
        }

Same methods

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