Click or drag to resize

OpenToolkitException Constructor


Initializes a new instance of the OpenToolkitException class

Namespace:  Ingeniux.CMS.Dita.OT
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public OpenToolkitException(
	string msg,
	Exception innerException = null
)

Parameters

msg
Type: SystemString

[Missing <param name="msg"/> documentation for "M:Ingeniux.CMS.Dita.OT.OpenToolkitException.#ctor(System.String,System.Exception)"]

innerException (Optional)
Type: SystemException

[Missing <param name="innerException"/> documentation for "M:Ingeniux.CMS.Dita.OT.OpenToolkitException.#ctor(System.String,System.Exception)"]

See Also