GenericExtensionsExceptionToString Method |
Create string from exception, including inner exceptions
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public static string ExceptionToString(
Exception e
)
Public Shared Function ExceptionToString (
e As Exception
) As String
public:
static String^ ExceptionToString(
Exception^ e
)
Parameters
- e
- Type: SystemException
[Missing <param name="e"/> documentation for "M:DHI.Mike1D.Generic.GenericExtensions.ExceptionToString(System.Exception)"]
Return Value
Type:
String[Missing <returns> documentation for "M:DHI.Mike1D.Generic.GenericExtensions.ExceptionToString(System.Exception)"]
See Also