Create a new ObjectNotFoundException.
Namespace: Soss.Client
Assembly: soss_svcdotnet (in soss_svcdotnet.dll) Version: 6.2.0.0 (1.0.0.0)
Syntax
public ObjectNotFoundException( string operation, int statusCode, string key, string message, Exception innerException )
Parameters
- operation
- Type: System.String
the StateServer operation (e.g. create, read, update, delete) that failed - statusCode
- Type: System.Int32
the status code returned from StateServer - key
- Type: System.String
a human-readable representation of the StateServer key corresponding to the object on which the failed StateServer operation was performed. - message
- Type: System.String
a message describing this exception - innerException
- Type: System.Exception
an underlying Exception which caused this StateServerException to be thrown.
See Also