C# Class Platform.StreamClients.PlatformClientException

Inheritance: System.Exception
Datei anzeigen Open project: Lokad/lokad-data-platform

Public Methods

Method Description
PlatformClientException ( string message ) : System
PlatformClientException ( string message, Exception ex ) : System

Method Details

PlatformClientException() public method

public PlatformClientException ( string message ) : System
message string
return System

PlatformClientException() public method

public PlatformClientException ( string message, Exception ex ) : System
message string
ex System.Exception
return System