Click or drag to resize

StiServerException Constructor (String, 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(
	string message,
	Exception innerException = null
)

Parameters

message
Type: SystemString

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

innerException (Optional)
Type: SystemException

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

See Also