Class VLCException
- Namespace
- LibVLCSharp.Shared
- Assembly
- LibVLCSharp.dll
This exception is thrown when a problem with VLC occured
public class VLCException : Exception, ISerializable
- Inheritance
-
VLCException
- Implements
- Inherited Members
Constructors
VLCException(string)
VLC Exception constructor
public VLCException(string message = "")
Parameters
messagestring
VLCException(string, Exception)
Creates a VLCException with a message and an inner exeption
public VLCException(string message, Exception innerException)