Amazon.Runtime.AmazonServiceException.AmazonServiceException C# (CSharp) Метод

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

public AmazonServiceException ( ) : System
Результат System
        public AmazonServiceException()
            : base()
        {
        }

Same methods

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