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

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

Constructs a new ClusterSecurityGroupNotFoundException with the specified error message.
public ClusterSecurityGroupNotFoundException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public ClusterSecurityGroupNotFoundException(string message) 
            : base(message) {}
          

Same methods

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