'Declaration
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Shared Function GetMessage( _ ByVal ex As System.Exception _ ) As System.String
'Usage
Dim ex As System.Exception Dim value As System.String value = ExceptionExtensions.GetMessage(ex)
[System.Runtime.CompilerServices.Extension()] public static System.string GetMessage( System.Exception ex )
Parameters
- ex
Return Value
An exception message