DK for .NET | TatukGIS.NDK.EGIS_Exception.Create | Overloads | Constructors | Fields
Construct exception.
// C# public EGIS_Exception( string _message, string _refstring, int _refcode );
' VisualBasic Public Sub New( ByVal _message As String, ByVal _refstring As String, ByVal _refcode As Integer )
// Oxygene public constructor ( _message : String; _refstring : String; _refcode : Integer );
| Name | Type | Description |
|---|---|---|
| _message | string String | message of the exception; message must be in format '000 Message %s %d'; |
| _refstring | string String | additional String referring to exception (like file name in import filters, etc.) |
| _refcode | int Integer | additional code referring to exception (like line number in import filters etc.) |