C# Class GlassLCU.NoActiveDelegateException

Inheritance: GlassLCU.APIErrorException
Afficher le fichier Open project: pipe01/GlassLCU

Méthodes publiques

Méthode Description
NoActiveDelegateException ( ) : GlassLCU.API
NoActiveDelegateException ( ErrorData error ) : GlassLCU.API
NoActiveDelegateException ( string message ) : GlassLCU.API
NoActiveDelegateException ( string message, Exception innerException ) : GlassLCU.API

Méthodes protégées

Méthode Description
NoActiveDelegateException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : GlassLCU.API

Method Details

NoActiveDelegateException() public méthode

public NoActiveDelegateException ( ) : GlassLCU.API
Résultat GlassLCU.API

NoActiveDelegateException() public méthode

public NoActiveDelegateException ( ErrorData error ) : GlassLCU.API
error ErrorData
Résultat GlassLCU.API

NoActiveDelegateException() protected méthode

protected NoActiveDelegateException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : GlassLCU.API
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat GlassLCU.API

NoActiveDelegateException() public méthode

public NoActiveDelegateException ( string message ) : GlassLCU.API
message string
Résultat GlassLCU.API

NoActiveDelegateException() public méthode

public NoActiveDelegateException ( string message, Exception innerException ) : GlassLCU.API
message string
innerException Exception
Résultat GlassLCU.API