GetSerializedException returns the Serialized Exception Object carried within the NBClrException.

C# | Visual Basic | Visual C++ | F# |
public byte[] GetSerializedException()
Public Function GetSerializedException As Byte()
public: array<unsigned char>^ GetSerializedException()
member GetSerializedException : unit -> byte[]

The exception object.