| ViewValidationException Constructor (XElement, String) |
Creates a new exception with specified message
Namespace:
SanteDB.BI.Exceptions
Assembly:
SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.481-alpha
Syntax public ViewValidationException(
XElement element,
string message
)
Public Sub New (
element As XElement,
message As String
)
public:
ViewValidationException(
XElement^ element,
String^ message
)
new :
element : XElement *
message : string -> ViewValidationException
Parameters
- element
- Type: System.Xml.LinqXElement
[Missing <param name="element"/> documentation for "M:SanteDB.BI.Exceptions.ViewValidationException.#ctor(System.Xml.Linq.XElement,System.String)"]
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:SanteDB.BI.Exceptions.ViewValidationException.#ctor(System.Xml.Linq.XElement,System.String)"]
See Also