Amazon.DatabaseMigrationService.Model.ResourceNotFoundException.ResourceNotFoundException C# (CSharp) Méthode

ResourceNotFoundException() public méthode

Constructs a new ResourceNotFoundException with the specified error message.
public ResourceNotFoundException ( string message ) : System
message string /// Describes the error encountered. ///
Résultat System
        public ResourceNotFoundException(string message) 
            : base(message) {}
          

Same methods

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