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

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

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

Same methods

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