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

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

Construct instance of ClusterSnapshotAlreadyExistsException
public ClusterSnapshotAlreadyExistsException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public ClusterSnapshotAlreadyExistsException(Exception innerException) 
            : base(innerException) {}
            

Same methods

ClusterSnapshotAlreadyExistsException::ClusterSnapshotAlreadyExistsException ( System info, System context ) : System
ClusterSnapshotAlreadyExistsException::ClusterSnapshotAlreadyExistsException ( string message ) : 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