Constructs a new space remote execution result.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public SpaceRemotingResult( Object result, Exception exception )
Public Sub New ( _ result As Object, _ exception As Exception _ )
public: SpaceRemotingResult( Object^ result, Exception^ exception )
public SpaceRemotingResult( Object result, Exception exception )
Parameters
- result (Object)
- Remote execution result.
- exception (Exception)
- Remote execution exception.