Click or drag to resize

AbortRequestException Constructor (String, Object)

Initializes a new instance of the AbortRequestException class

Namespace:  EDK4Net.Exceptions
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
public AbortRequestException(
	string msg,
	Object sourceObject = null
)

Parameters

msg
Type: SystemString
sourceObject (Optional)
Type: SystemObject
See Also