C# Class PusherClient.PusherException

Inheritance: System.Exception
ファイルを表示 Open project: pusher-community/pusher-websocket-dotnet Class Usage Examples

Public Methods

Method Description
PusherException ( string message, ErrorCodes code ) : System

Method Details

PusherException() public method

public PusherException ( string message, ErrorCodes code ) : System
message string
code ErrorCodes
return System