Class ResourceLimitExceededException
Thrown when a conversion exceeds a configured ResourceLimits cap.
public sealed class ResourceLimitExceededException : DocWrightException, ISerializable
- Inheritance
-
ResourceLimitExceededException
- Implements
- Inherited Members
Constructors
- ResourceLimitExceededException()
Initializes the exception.
- ResourceLimitExceededException(string)
Initializes the exception with a message.
- ResourceLimitExceededException(string, string?)
Initializes the exception with a message and the name of the exceeded limit.
- ResourceLimitExceededException(string, string?, Exception?)
Initializes the exception with a message, a limit name and an inner exception.
- ResourceLimitExceededException(string, string?, string?)
Initializes the exception with a message, a limit name and the observed value that exceeded that limit.
- ResourceLimitExceededException(string, string?, string?, Exception?)
Initializes the exception with a message, a limit name, an observed value and an inner exception.
Properties
- LimitName
Gets the name of the exceeded limit property, if known.
- ObservedValue
Gets the observed value that exceeded the configured limit, if known.