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

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

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

Same methods

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