C# Class Platform.StreamClients.PlatformClientException

Inheritance: System.Exception
Afficher le fichier Open project: Lokad/lokad-data-platform

Méthodes publiques

Méthode Description
PlatformClientException ( string message ) : System
PlatformClientException ( string message, Exception ex ) : System

Method Details

PlatformClientException() public méthode

public PlatformClientException ( string message ) : System
message string
Résultat System

PlatformClientException() public méthode

public PlatformClientException ( string message, Exception ex ) : System
message string
ex System.Exception
Résultat System