Amazon.RDS.Model.InvalidS3BucketException.InvalidS3BucketException C# (CSharp) Метод

InvalidS3BucketException() защищенный Метод

Constructs a new instance of the InvalidS3BucketException class with serialized data.
The parameter is null. The class name is null or is zero (0).
protected InvalidS3BucketException ( System info, System context ) : System
info System The that holds the serialized object data about the exception being thrown.
context System The that contains contextual information about the source or destination.
Результат System
        protected InvalidS3BucketException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
            : base(info, context)
        {
        }

Same methods

InvalidS3BucketException::InvalidS3BucketException ( Exception innerException ) : System
InvalidS3BucketException::InvalidS3BucketException ( string message ) : System
InvalidS3BucketException::InvalidS3BucketException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
InvalidS3BucketException::InvalidS3BucketException ( string message, Exception innerException ) : System
InvalidS3BucketException::InvalidS3BucketException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
InvalidS3BucketException