Click or drag to resize

aceServerException Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the aceServerException class

Namespace:  imbACE.Network.core
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public aceServerException(
	string message,
	Exception innerEx,
	IAceHttpServer instance,
	string customTitle = ""
)
Request Example View Source

Parameters

message
Type: SystemString
innerEx
Type: SystemException
instance
Type: imbACE.Network.internet.coreIAceHttpServer
customTitle (Optional)
Type: SystemString
See Also