StunException Constructor

Initializes a new instance of the StunException class

Definition

Namespace: Quine.HRCatalog
Assembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
public StunException(
	QHMessage hMessage,
	Exception inner,
	params Object[] args
)

Parameters

hMessage  QHMessage

[Missing <param name="hMessage"/> documentation for "M:Quine.HRCatalog.StunException.#ctor(Quine.HRCatalog.QHMessage,System.Exception,System.Object[])"]

inner  Exception

[Missing <param name="inner"/> documentation for "M:Quine.HRCatalog.StunException.#ctor(Quine.HRCatalog.QHMessage,System.Exception,System.Object[])"]

args  Object

[Missing <param name="args"/> documentation for "M:Quine.HRCatalog.StunException.#ctor(Quine.HRCatalog.QHMessage,System.Exception,System.Object[])"]

See Also