C# Class VVVV.Packs.Messaging.ParseMessageException

Generic exception for problems when deserializing
Inheritance: System.FormatException
ファイルを表示 Open project: velcrome/vvvv-Message

Public Methods

Method Description
ParseMessageException ( string text, Exception ex = null ) : System

Method Details

ParseMessageException() public method

public ParseMessageException ( string text, Exception ex = null ) : System
text string
ex System.Exception
return System