Amazon.StorageGateway.AmazonStorageGatewayException.AmazonStorageGatewayException C# (CSharp) Méthode

AmazonStorageGatewayException() public méthode

Construct instance of AmazonStorageGatewayException
public AmazonStorageGatewayException ( Exception innerException ) : System
innerException System.Exception
Résultat System
        public AmazonStorageGatewayException(Exception innerException)
            : base(innerException.Message, innerException)
        {
        }

Same methods

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