System.ServiceModel.WrappedDispatcherException.WrappedDispatcherException C# (CSharp) Метод

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

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

Same methods

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