 | ViewValidationException(XElement, String, Exception) Constructor |
Creates a new exception with specified message and cause
Namespace: SanteDB.BI.ExceptionsAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic ViewValidationException(
XElement element,
string message,
Exception innerException
)
Public Sub New (
element As XElement,
message As String,
innerException As Exception
)
public:
ViewValidationException(
XElement^ element,
String^ message,
Exception^ innerException
)
new :
element : XElement *
message : string *
innerException : Exception -> ViewValidationExceptionParameters
- element XElement
[Missing <param name="element"/> documentation for "M:SanteDB.BI.Exceptions.ViewValidationException.#ctor(System.Xml.Linq.XElement,System.String,System.Exception)"]
- message String
[Missing <param name="message"/> documentation for "M:SanteDB.BI.Exceptions.ViewValidationException.#ctor(System.Xml.Linq.XElement,System.String,System.Exception)"]
- innerException Exception
[Missing <param name="innerException"/> documentation for "M:SanteDB.BI.Exceptions.ViewValidationException.#ctor(System.Xml.Linq.XElement,System.String,System.Exception)"]
See Also