FullMessage Property (ScriptErrorInfo)
In This Topic
Gets a full message with a information about error, contains: position and message.
Syntax
'Declaration
Public Overrides ReadOnly Property FullMessage As String
public override string FullMessage {get;}
See Also