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

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

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

Same methods

NoSuchBucketException::NoSuchBucketException ( Exception innerException ) : System
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