C# Class Fu.Exceptions.MismatchedContextTypeException

Inheritance: System.Exception
Exibir arquivo Open project: chakrit/fu-sharp

Public Methods

Method Description
MismatchedContextTypeException ( Type src, Type target ) : System

Method Details

MismatchedContextTypeException() public method

public MismatchedContextTypeException ( Type src, Type target ) : System
src System.Type
target System.Type
return System