Tungsten
![]() |
CallResult Constructor (Boolean, Exception) |
Constructor which accepts an initial value for Success and an initial value for Exception
Namespace: W
Assembly: Tungsten.CallResult (in Tungsten.CallResult.dll) Version: 2.0.0

C#
public CallResult( bool success, Exception e )
Parameters
- success
- Type: SystemBoolean
The initial value for Success - e
- Type: SystemException
The initial value for Exception
