C# Class Ataoge.EventBus.Internal.MethodBindException

Inheritance: Exception
Afficher le fichier Open project: ataoge/Skeleton

Méthodes publiques

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

Méthodes protégées

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

Method Details

MethodBindException() public méthode

public MethodBindException ( ) : System
Résultat System

MethodBindException() protected méthode

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

MethodBindException() public méthode

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

MethodBindException() public méthode

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