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

WrappedDispatcherException() public method

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

Same methods

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