Table of Contents

Constructor OverlappingWidgetsException

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript
Assembly
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll

OverlappingWidgetsException()

Initializes a new instance of the OverlappingWidgetsException class.

public OverlappingWidgetsException()

OverlappingWidgetsException(string)

Initializes a new instance of the OverlappingWidgetsException class with a specified error message.

public OverlappingWidgetsException(string message)

Parameters

message string

The message that describes the error.

OverlappingWidgetsException(string, Exception)

Initializes a new instance of the OverlappingWidgetsException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public OverlappingWidgetsException(string message, Exception inner)

Parameters

message string

The error message that explains the reason for the exception.

inner Exception

The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.

OverlappingWidgetsException(SerializationInfo, StreamingContext)

Initializes a new instance of the OverlappingWidgetsException class with the serialized data.

protected OverlappingWidgetsException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.

context StreamingContext

The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.