Click or drag to resize

StiServerException Constructor (StiNoticeIdent, 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(
	StiNoticeIdent noticeIdent,
	Exception innerException = null
)

Parameters

noticeIdent
Type: Stimulsoft.BaseStiNoticeIdent

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

innerException (Optional)
Type: SystemException

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

See Also