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
stringThe 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
stringThe error message that explains the reason for the exception.
inner
ExceptionThe 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
SerializationInfoThe System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
context
StreamingContextThe System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.