AppSecInc.ProcessDomain.Sample.RemoteObject.ThrowException C# (CSharp) Method

ThrowException() public method

public ThrowException ( ) : void
return void
        public void ThrowException()
        {
            throw new RemoteException("This is an exception");
        }