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

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

public WrappedDispatcherException ( string message, Exception inner ) : System
message string
inner Exception
Результат 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