Click or drag to resize

ViewValidationException Constructor (XElement, String, Exception)

Creates a new exception with specified message and cause

Namespace:  SanteDB.BI.Exceptions
Assembly:  SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.481-alpha
Syntax
public ViewValidationException(
	XElement element,
	string message,
	Exception innerException
)

Parameters

element
Type: System.Xml.LinqXElement

[Missing <param name="element"/> documentation for "M:SanteDB.BI.Exceptions.ViewValidationException.#ctor(System.Xml.Linq.XElement,System.String,System.Exception)"]

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:SanteDB.BI.Exceptions.ViewValidationException.#ctor(System.Xml.Linq.XElement,System.String,System.Exception)"]

innerException
Type: SystemException

[Missing <param name="innerException"/> documentation for "M:SanteDB.BI.Exceptions.ViewValidationException.#ctor(System.Xml.Linq.XElement,System.String,System.Exception)"]

See Also