C# Class StreamDeckSharp.Exceptions.StreamDeckNotFoundException

Inheritance: StreamDeckException
Show file Open project: OpenMacroBoard/StreamDeckSharp

Protected Methods

Method Description
StreamDeckNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the StreamDeckNotFoundException class.

Private Methods

Method Description
StreamDeckNotFoundException ( ) : System

Initializes a new instance of the StreamDeckNotFoundException class.

StreamDeckNotFoundException ( string message ) : System

Initializes a new instance of the StreamDeckNotFoundException class.

StreamDeckNotFoundException ( string message, Exception innerException ) : System

Initializes a new instance of the StreamDeckNotFoundException class.

Method Details

StreamDeckNotFoundException() protected method

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