UFT Pro (LeanFT) .NET SDK Reference, Version 14.03
NoConnectionException Constructor(SerializationInfo,StreamingContext)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
HP.LFT.SDK.TE Namespace
>
NoConnectionException Class
>
NoConnectionException Constructor
: NoConnectionException Constructor(SerializationInfo,StreamingContext)
The
System.Runtime.Serialization.SerializationInfo
that holds the serialized object data about the exception being thrown.
The
System.Runtime.Serialization.StreamingContext
that contains contextual information about the source or destination.
Initializes a new instance of the
NoConnectionException
class with serialized data.
Syntax
C#
protected
NoConnectionException(
SerializationInfo
info
,
StreamingContext
context
)
Parameters
info
The
System.Runtime.Serialization.SerializationInfo
that holds the serialized object data about the exception being thrown.
context
The
System.Runtime.Serialization.StreamingContext
that contains contextual information about the source or destination.