| Visual Basic (Declaration) | |
|---|---|
<SerializableAttribute()> Public NotInheritable Class InternalException Inherits MicrXpressException | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[SerializableAttribute()] public sealed class InternalException : MicrXpressException | |
| Managed Extensions for C++ | |
|---|---|
[SerializableAttribute()] public __gc __sealed class InternalException : public MicrXpressException | |
| C++/CLI | |
|---|---|
[SerializableAttribute()] public ref class InternalException sealed : public MicrXpressException | |
These exceptions are generally caused by conditions that cannot be recovered from.
System.Object
System.Exception
Accusoft.MicrXpressSdk.MicrXpressException
Accusoft.MicrXpressSdk.InternalException

