C# Class ws281x.Net.Model.NeopixelException

Inheritance: Exception
Show file Open project: klemmchr/rpi_ws281x.Net

Public Methods

Method Description
NeopixelException ( ) : System
NeopixelException ( string message ) : System
NeopixelException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

NeopixelException() public method

public NeopixelException ( ) : System
return System

NeopixelException() protected method

protected NeopixelException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

NeopixelException() public method

public NeopixelException ( string message ) : System
message string
return System

NeopixelException() public method

public NeopixelException ( string message, Exception innerException ) : System
message string
innerException Exception
return System