Click or drag to resize

StiServerException Constructor (StiNotice, Exception)

Initializes a new instance of the StiServerException class

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public StiServerException(
	StiNotice notice,
	Exception innerException = null
)

Parameters

notice
Type: Stimulsoft.BaseStiNotice

[Missing <param name="notice"/> documentation for "M:Stimulsoft.Base.StiServerException.#ctor(Stimulsoft.Base.StiNotice,System.Exception)"]

innerException (Optional)
Type: SystemException

[Missing <param name="innerException"/> documentation for "M:Stimulsoft.Base.StiServerException.#ctor(Stimulsoft.Base.StiNotice,System.Exception)"]

See Also