Amazon.DirectoryService.Model.SnapshotLimitExceededException.SnapshotLimitExceededException C# (CSharp) Method

SnapshotLimitExceededException() public method

Construct instance of SnapshotLimitExceededException
public SnapshotLimitExceededException ( Exception innerException ) : System
innerException System.Exception
return System
        public SnapshotLimitExceededException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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