C# Class UnitySocialCloudSave.CredentialException

Inheritance: Exception
Datei anzeigen Open project: UnityTech/cloudsave-sdk-sampleapp

Public Methods

Method Description
CredentialException ( ) : System
CredentialException ( string message ) : System
CredentialException ( string message, Exception innerException ) : System

Protected Methods

Method Description
CredentialException ( SerializationInfo info, StreamingContext context ) : System

Method Details

CredentialException() public method

public CredentialException ( ) : System
return System

CredentialException() protected method

protected CredentialException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

CredentialException() public method

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

CredentialException() public method

public CredentialException ( string message, Exception innerException ) : System
message string
innerException Exception
return System