Skip to content

Latest commit

 

History

History
94 lines (57 loc) · 2.21 KB

nefarius.utilities.devicemanagement.exceptions.usbpnpdeviceexception.md

File metadata and controls

94 lines (57 loc) · 2.21 KB

UsbPnPDeviceException

Namespace: Nefarius.Utilities.DeviceManagement.Exceptions

A UsbPnPDevice related exception.

public class UsbPnPDeviceException : System.Exception, System.Runtime.Serialization.ISerializable

Inheritance ObjectExceptionUsbPnPDeviceException
Implements ISerializable

Properties

public IDictionary Data { get; }

Property Value

IDictionary

public string HelpLink { get; set; }

Property Value

String

public int HResult { get; set; }

Property Value

Int32

public Exception InnerException { get; }

Property Value

Exception

public string Message { get; }

Property Value

String

public string Source { get; set; }

Property Value

String

public string StackTrace { get; }

Property Value

String

public MethodBase TargetSite { get; }

Property Value

MethodBase