Returns an error message, if an error occurred while loading the KML; otherwise an empty string.
Read-only property
[Visual Basic .NET] |
---|
Public Property Exception() As String |
[C#] |
---|
public string Exception {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_Exception(); |
[Unmanaged C++] |
---|
public: HRESULT get_Exception( BSTR * pRetVal ); |
[Java] |
---|
public String getException(); |