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

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

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

Same methods

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