C# Class SportingSolutions.Udapi.Sdk.Exceptions.NotAuthenticatedException

Inheritance: System.Exception
Afficher le fichier Open project: sportingsolutions/SS.Integration.UnifiedDataAPIClient.DotNet

Méthodes publiques

Méthode Description
NotAuthenticatedException ( string message ) : System
NotAuthenticatedException ( string message, Exception innerException ) : System

Method Details

NotAuthenticatedException() public méthode

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

NotAuthenticatedException() public méthode

public NotAuthenticatedException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System