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

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

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

Same methods

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