|
CommunicationErrorArgsException Property |
The specific exception attached to this error, if any.
Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax public Exception Exception { get; set; }
Public Property Exception As Exception
Get
Set
public:
property Exception^ Exception {
Exception^ get ();
void set (Exception^ value);
}
member Exception : Exception with get, set
Property Value
Type:
ExceptionSee Also