Amazon.ElastiCache.Model.SnapshotAlreadyExistsException.SnapshotAlreadyExistsException C# (CSharp) 메소드

SnapshotAlreadyExistsException() 공개 메소드

Construct instance of SnapshotAlreadyExistsException
public SnapshotAlreadyExistsException ( Exception innerException ) : System
innerException System.Exception
리턴 System
        public SnapshotAlreadyExistsException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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