C# Class Dysphoria.Net.UrlRouting.InvalidUrlArgumentException

Inheritance: System.ArgumentException
ファイルを表示 Open project: bunsen32/typed-url-routing

Public Methods

Method Description
InvalidUrlArgumentException ( string message, Exception inner ) : System

Method Details

InvalidUrlArgumentException() public method

public InvalidUrlArgumentException ( string message, Exception inner ) : System
message string
inner System.Exception
return System