C# Class System.ServiceModel.WrappedDispatcherException

Inheritance: SystemException
Mostra file Open project: mahasak/dotnet452

Public Methods

Method Description
WrappedDispatcherException ( ) : System
WrappedDispatcherException ( SerializationInfo info, StreamingContext context ) : System
WrappedDispatcherException ( string message ) : System
WrappedDispatcherException ( string message, Exception inner ) : System

Method Details

WrappedDispatcherException() public method

public WrappedDispatcherException ( ) : System
return System

WrappedDispatcherException() public method

public WrappedDispatcherException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

WrappedDispatcherException() public method

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

WrappedDispatcherException() public method

public WrappedDispatcherException ( string message, Exception inner ) : System
message string
inner Exception
return System