Amazon.Redshift.Model.SourceNotFoundException.SourceNotFoundException C# (CSharp) Method

SourceNotFoundException() public method

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

Same methods

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