FullMessage Property (ErrorInfo)
In This Topic
Gets a full message with a information about error, can contain: position, length and etc.
Syntax
'Declaration
Public MustOverride ReadOnly Property FullMessage As System.String
public abstract System.string FullMessage {get;}
See Also