Exceptions
<< Click to Display Table of Contents >> Exceptions |
In case of error conditions, the .NET Control might throw exceptions. Properties and methods which throw exceptions are marked in this reference. VPE throws only one kind of exception: InvalidOperationException(). The informational message of the exception object explains in details the cause for each exception.