Amazon.ElasticFileSystem.Model.DependencyTimeoutException.DependencyTimeoutException C# (CSharp) Method

DependencyTimeoutException() public method

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

Same methods

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