Amazon.ConfigService.Model.InvalidS3KeyPrefixException.InvalidS3KeyPrefixException C# (CSharp) Method

InvalidS3KeyPrefixException() public method

Constructs a new InvalidS3KeyPrefixException with the specified error message.
public InvalidS3KeyPrefixException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public InvalidS3KeyPrefixException(string message) 
            : base(message) {}
          

Same methods

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