GeoStreamRPCException Constructor (String, Exception) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a new exception with a given error message and link to the inner exception
that caused this exception.
Namespace:
Telogis.GeoBase.GeoStream
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public GeoStreamRPCException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
Parameters
- message
- Type: SystemString
The error message for the GeoStreamRPCException. - innerException
- Type: SystemException
The exception on the GeoStream server that occurred when trying to execute the RPC call.
See Also