Class EnposeException
- Namespace
- Enpose
- Assembly
- Enpose.Api.dll
Thrown when a call into the Enpose library fails — an I/O failure during discovery, a stream that could not be connected, or an unrecoverable error while receiving poses.
public class EnposeException : Exception, ISerializable
- Inheritance
-
EnposeException
- Implements
- Inherited Members
Constructors
EnposeException(string)
Create an exception with the given message.
public EnposeException(string message)
Parameters
messagestringDescription of the failure.
EnposeException(string, Exception)
Create an exception with the given message and cause.
public EnposeException(string message, Exception innerException)