Click or drag to resize

ServerException Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
An exception that is passed to the client when a GeoStream server throws an exception.

Namespace:  Telogis.GeoBase.Exceptions
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public ServerException(
	string message,
	Exception inner,
	string source,
	string remoteStack,
	string originalType
)

Parameters

message
Type: SystemString
A string describing the exception that occurred.
inner
Type: SystemException
An exception that was thrown on the GeoStream server (may be null).
source
Type: SystemString
The name of the application or object that generated the exception.
remoteStack
Type: SystemString
The stack trace of the exception that occurred on the GeoStream server.
originalType
Type: SystemString
The type of the original exception (on the server).
See Also