Amazon.ElasticBeanstalk.Model.S3LocationNotInServiceRegionException.S3LocationNotInServiceRegionException C# (CSharp) Method

S3LocationNotInServiceRegionException() public method

Construct instance of S3LocationNotInServiceRegionException
public S3LocationNotInServiceRegionException ( Exception innerException ) : System
innerException System.Exception
return System
        public S3LocationNotInServiceRegionException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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