C# Class Segmentio.Exception.APIException

Inheritance: System.Exception
显示文件 Open project: Monkimun/segmentio-unity

Public Methods

Method Description
APIException ( string code, string message ) : System

Method Details

APIException() public method

public APIException ( string code, string message ) : System
code string
message string
return System