Note:
|
-
After you enter or select this function, you can then type a dot (.) and the Auto-Complete function will be activated.
-
To refer to multiple properties of the exception object, define a .NET variable of type Exception and update it with DNException().
-
The exception has two properties. The InnerException, which usually gives more information about the exception, such as sending mail, the connection failed, and could not ping to the machine; and the Message, which is a string that describes the error.
-
Since this function returns a .NET object, you can use it as a part of an expression, as you would with other .NET objects. For example: you can use the Verify operation with DNException().Message in order to show the exception message.
|