C# Class NContext.Exceptions.SanitizationException

Defines an exception when object sanitization fails within ObjectGraphSanitizer.
Inheritance: System.Exception
Show file Open project: PowerDMS/NContext

Public Methods

Method Description
SanitizationException ( String message ) : System

Initializes a new instance of the SanitizationException class.

Method Details

SanitizationException() public method

Initializes a new instance of the SanitizationException class.
public SanitizationException ( String message ) : System
message String The message.
return System