[#BloombergLP-bslx-TestInStreamException] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::TestInStreamException :relfileprefix: ../../ :mrdocs: This class defines an exception object for unexternalization operations. Instances of this class contain information about an unexternalization request. == Synopsis Declared in `<bslx_testinstreamexception.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class TestInStreamException; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslx/TestInStreamException/2constructor.adoc[`TestInStreamException`] [.small]#[constructor]# | Create an exception object initialized with the specified `type`. | xref:BloombergLP/bslx/TestInStreamException/dataType.adoc[`dataType`] | Return the type code that was supplied at construction of this exception object. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#