Click or drag to resize

ResultGetExceptionText Method

Gives text from Exception

Namespace:  SIC
Assembly:  SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
private static string GetExceptionText(
	ref Exception pEx,
	string pUserName = ""
)

Parameters

pEx
Type: SystemException

[Missing <param name="pEx"/> documentation for "M:SIC.Result.GetExceptionText(System.Exception@,System.String)"]

pUserName (Optional)
Type: SystemString

[Missing <param name="pUserName"/> documentation for "M:SIC.Result.GetExceptionText(System.Exception@,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:SIC.Result.GetExceptionText(System.Exception@,System.String)"]

See Also