Accord.DeviceErrorException.DeviceErrorException C# (CSharp) Method

DeviceErrorException() public method

Initializes a new instance of the DeviceErrorException class.
public DeviceErrorException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
return System
        public DeviceErrorException(SerializationInfo info, StreamingContext context)
            : base(info, context) { }
    }

Same methods

DeviceErrorException::DeviceErrorException ( ) : System
DeviceErrorException::DeviceErrorException ( string message ) : System
DeviceErrorException::DeviceErrorException ( string message, Exception innerException ) : System
DeviceErrorException