Amazon.DatabaseMigrationService.Model.AccessDeniedException.AccessDeniedException C# (CSharp) Method

AccessDeniedException() public method

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

Same methods

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