C# Class System.ServiceModel.WrappedDispatcherException

Inheritance: SystemException
Afficher le fichier Open project: mahasak/dotnet452

Méthodes publiques

Méthode Description
WrappedDispatcherException ( ) : System
WrappedDispatcherException ( SerializationInfo info, StreamingContext context ) : System
WrappedDispatcherException ( string message ) : System
WrappedDispatcherException ( string message, Exception inner ) : System

Method Details

WrappedDispatcherException() public méthode

public WrappedDispatcherException ( ) : System
Résultat System

WrappedDispatcherException() public méthode

public WrappedDispatcherException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

WrappedDispatcherException() public méthode

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

WrappedDispatcherException() public méthode

public WrappedDispatcherException ( string message, Exception inner ) : System
message string
inner Exception
Résultat System