C# Class ODataToolkit.Exceptions.FunctionNotSupportedException

Inheritance: Exception
显示文件 Open project: erdomke/ODataToolkit

Public Methods

Method Description
FunctionNotSupportedException ( Type type, string function ) : System

Method Details

FunctionNotSupportedException() public method

public FunctionNotSupportedException ( Type type, string function ) : System
type Type
function string
return System