Amazon.Redshift.AmazonRedshiftException.AmazonRedshiftException C# (CSharp) Метод

AmazonRedshiftException() публичный Метод

Construct instance of AmazonRedshiftException
public AmazonRedshiftException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public AmazonRedshiftException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
            : base(message, errorType, errorCode, requestId, statusCode)
        {
        }

Same methods

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