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

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

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

Same methods

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