C# Класс System.ServiceModel.WrappedDispatcherException

Наследование: SystemException
Показать файл Открыть проект

Открытые методы

Метод Описание
WrappedDispatcherException ( ) : System
WrappedDispatcherException ( SerializationInfo info, StreamingContext context ) : System
WrappedDispatcherException ( string message ) : System
WrappedDispatcherException ( string message, Exception inner ) : System

Описание методов

WrappedDispatcherException() публичный метод

public WrappedDispatcherException ( ) : System
Результат System

WrappedDispatcherException() публичный метод

public WrappedDispatcherException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Результат System

WrappedDispatcherException() публичный метод

public WrappedDispatcherException ( string message ) : System
message string
Результат System

WrappedDispatcherException() публичный метод

public WrappedDispatcherException ( string message, Exception inner ) : System
message string
inner Exception
Результат System