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
messagestringThe 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
messagestringThe error message that explains the reason for the exception.
innerExceptionThe 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
infoSerializationInfoThe System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
contextStreamingContextThe System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.