Class SanitizationException

SanitizationException class

The exception that is thrown when an sanitization operation failed.

public sealed class SanitizationException : Exception

Constructors

NameDescription
SanitizationException()Initializes a new instance of the SanitizationException class.
SanitizationException(Exception)Initializes a new instance of the SanitizationException class with a specified error message and a reference to the inner exception that is the cause of this exception.
SanitizationException(string)Initializes a new instance of the SanitizationException class.
SanitizationException(string, Exception)Initializes a new instance of the SanitizationException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also