C# Класс VVVV.Packs.Messaging.BinTypeMismatchException

An operation tried to apply a incoompatible argument to a Bin
Наследование: System.ArrayTypeMismatchException
Показать файл Открыть проект

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

Метод Описание
BinTypeMismatchException ( string text ) : System
BinTypeMismatchException ( string text, Exception e ) : System

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

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

public BinTypeMismatchException ( string text ) : System
text string
Результат System

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

public BinTypeMismatchException ( string text, Exception e ) : System
text string
e System.Exception
Результат System