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

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

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

Same methods

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