C# Класс StreamDeckSharp.Exceptions.StreamDeckNotFoundException

Наследование: StreamDeckException
Показать файл Открыть проект

Защищенные методы

Метод Описание
StreamDeckNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the StreamDeckNotFoundException class.

Приватные методы

Метод Описание
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.

Описание методов

StreamDeckNotFoundException() защищенный Метод

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. ///
Результат System