Click or drag to resize

ScannerMonitoringException Class

Scanner monitoring error has occured.
Inheritance Hierarchy
SystemObject
  SystemException
    RAYLASE.SPICE3ExecutionException
      RAYLASE.SPICE3FatalException
        RAYLASE.SPICE3ScannerMonitoringException

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.6.0
Syntax
C#
public class ScannerMonitoringException : FatalException

The ScannerMonitoringException type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyHead Head that caused the exception.
Top
Extension Methods
 NameDescription
Public Extension MethodGetAllExceptionMessages Gets the exception's message, and then descends through the inner exceptions, appending all their messages to the same string.
(Defined by ClientLibExtensions)
Top
Remarks
Please refer to SP-ICE-3-Specific Exceptions for further information.
See Also