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

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

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

Same methods

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