Amazon.ECS.Model.ClusterContainsContainerInstancesException.ClusterContainsContainerInstancesException C# (CSharp) Метод

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

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

Same methods

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