Amazon.ConfigService.Model.NoSuchBucketException.NoSuchBucketException C# (CSharp) Метод

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

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

Same methods

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