Click or drag to resize

StiExceptionProviderShow Method

[Missing <summary> documentation for "M:Stimulsoft.Base.StiExceptionProvider.Show(System.Exception,System.Boolean)"]

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static bool Show(
	Exception exception,
	bool rethrow = false
)

Parameters

exception
Type: SystemException

[Missing <param name="exception"/> documentation for "M:Stimulsoft.Base.StiExceptionProvider.Show(System.Exception,System.Boolean)"]

rethrow (Optional)
Type: SystemBoolean

[Missing <param name="rethrow"/> documentation for "M:Stimulsoft.Base.StiExceptionProvider.Show(System.Exception,System.Boolean)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Base.StiExceptionProvider.Show(System.Exception,System.Boolean)"]

See Also