Visual Basic (Declaration) | |
---|---|
Sub FatalError( _ ByVal exception As ConverterException _ ) |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
void FatalError( ConverterException exception ) |
Managed Extensions for C++ | |
---|---|
void FatalError( ConverterException* exception ) |
C++/CLI | |
---|---|
void FatalError( ConverterException^ exception ) |
Parameters
- exception
- The fatal error information encapsulated in a ConverterException. The actual class may be a subclass of ConverterException, such as EDIConverterException, and as such it may contain more specific information about the error.
No exceptions will be thrown after this notification is seen.
The caller should assume that the resultant document is unusable if this method is called.
Examples of errors that qualify as fatal errors are encodings that are not recognized, EDI dialects that are unknown or that are missing the header so that the version information cannot be extracted, or improperly nested groups.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family