BclExtras.Threading.InvocationException.InvocationException C# (CSharp) Method

InvocationException() public method

public InvocationException ( ) : System
return System
        public InvocationException()
        {
        }

Same methods

InvocationException::InvocationException ( System info, System context ) : System
InvocationException::InvocationException ( string message ) : System
InvocationException::InvocationException ( string message, Exception inner ) : System
InvocationException