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

SourceNotFoundException() public method

Construct instance of SourceNotFoundException
public SourceNotFoundException ( Exception innerException ) : System
innerException System.Exception
return System
        public SourceNotFoundException(Exception innerException) 
            : base(innerException) {}
            

Same methods

SourceNotFoundException::SourceNotFoundException ( System info, System context ) : System
SourceNotFoundException::SourceNotFoundException ( string message ) : 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