C# Class Wire.ValueSerializers.UnsupportedTypeException

Inheritance: System.Exception
Show file Open project: akkadotnet/Wire

Public Properties

Property Type Description
Type System.Type

Public Methods

Method Description
UnsupportedTypeException ( Type t, string msg ) : System

Method Details

UnsupportedTypeException() public method

public UnsupportedTypeException ( Type t, string msg ) : System
t System.Type
msg string
return System

Property Details

Type public property

public Type,System Type
return System.Type