System.ServiceModel.WrappedDispatcherException.WrappedDispatcherException C# (CSharp) Method

WrappedDispatcherException() public method

public WrappedDispatcherException ( ) : System
return System
        public WrappedDispatcherException()
            : base()
        {
        }

Same methods

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