C# Класс WiimoteLib.WiimoteException

Наследование: System.ApplicationException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
WiimoteException ( ) : System

Default constructor

WiimoteException ( string message ) : System

Constructor

WiimoteException ( string message, Exception innerException ) : System

Constructor

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

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

Constructor

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

WiimoteException() публичный Метод

Default constructor
public WiimoteException ( ) : System
Результат System

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

Constructor
protected WiimoteException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo Serialization info
context System.Runtime.Serialization.StreamingContext Streaming context
Результат System

WiimoteException() публичный Метод

Constructor
public WiimoteException ( string message ) : System
message string Error message
Результат System

WiimoteException() публичный Метод

Constructor
public WiimoteException ( string message, Exception innerException ) : System
message string Error message
innerException System.Exception Inner exception
Результат System