C# Class UnitySocialCloudSave.CredentialException

Inheritance: Exception
Afficher le fichier Open project: UnityTech/cloudsave-sdk-sampleapp

Méthodes publiques

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

Méthodes protégées

Méthode Description
CredentialException ( SerializationInfo info, StreamingContext context ) : System

Method Details

CredentialException() public méthode

public CredentialException ( ) : System
Résultat System

CredentialException() protected méthode

protected CredentialException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

CredentialException() public méthode

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

CredentialException() public méthode

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