Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Class RasterException Inherits LeadtoolsException |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[SerializableAttribute()] public class RasterException : LeadtoolsException |
Managed Extensions for C++ | |
---|---|
[SerializableAttribute()] public __gc class RasterException : public LeadtoolsException |
C++/CLI | |
---|---|
[SerializableAttribute()] public ref class RasterException : public LeadtoolsException |
The RasterException class defines a Code property that you can examine to determine what caused the error.
Default messages are implemented for each Code, you can get the message through the GetCodeMessage method.
System.Object
System.Exception
Leadtools.LeadtoolsException
Leadtools.RasterException
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family