Amazon.RDS.Model.DBSnapshotAlreadyExistsException.DBSnapshotAlreadyExistsException C# (CSharp) Метод

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

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

Same methods

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