An Exception thrown for a Serialization or Deserialization error.
Namespace: Relativity.Services.Exceptions
Assembly: Relativity.Kepler (in Relativity.Kepler.dll) Version: local build
Syntax
C#
public ServiceSerializationException( string message, Exception innerException )
Parameters
- message
- Type: System.String
The error message. - innerException
- Type: System.Exception
The inner exception.
See Also