C# Class VVVV.Packs.Messaging.BinTypeMismatchException

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

Méthodes publiques

Méthode Description
BinTypeMismatchException ( string text ) : System
BinTypeMismatchException ( string text, Exception e ) : System

Method Details

BinTypeMismatchException() public méthode

public BinTypeMismatchException ( string text ) : System
text string
Résultat System

BinTypeMismatchException() public méthode

public BinTypeMismatchException ( string text, Exception e ) : System
text string
e System.Exception
Résultat System