Click or drag to resize

aceGeneralExceptionGetSerializableT Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the serializable object with exception information

Namespace:  imbACE.Core.core.exceptions
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public T GetSerializable<T>()
where T : new(), IAceExceptionSerializable
Request Example View Source

Type Parameters

T

Return Value

Type: T
See Also