C# Class ws281x.Net.Model.NeopixelException

Inheritance: Exception
Afficher le fichier Open project: klemmchr/rpi_ws281x.Net

Méthodes publiques

Méthode Description
NeopixelException ( ) : System
NeopixelException ( string message ) : System
NeopixelException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
NeopixelException ( SerializationInfo info, StreamingContext context ) : System

Method Details

NeopixelException() public méthode

public NeopixelException ( ) : System
Résultat System

NeopixelException() protected méthode

protected NeopixelException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

NeopixelException() public méthode

public NeopixelException ( string message ) : System
message string
Résultat System

NeopixelException() public méthode

public NeopixelException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System