C# Class VVVV.Packs.Messaging.BinTypeMismatchException

An operation tried to apply a incoompatible argument to a Bin
Inheritance: System.ArrayTypeMismatchException
Show file Open project: velcrome/vvvv-Message

Public Methods

Method Description
BinTypeMismatchException ( string text ) : System
BinTypeMismatchException ( string text, Exception e ) : System

Method Details

BinTypeMismatchException() public method

public BinTypeMismatchException ( string text ) : System
text string
return System

BinTypeMismatchException() public method

public BinTypeMismatchException ( string text, Exception e ) : System
text string
e System.Exception
return System