Click or drag to resize

MaintenanceWorkerSiteModeException Constructor (String, Exception)

Initializes a new instance of the MaintenanceWorkerSiteModeException class

Namespace:  Casewhere.Common.Exceptions
Assembly:  Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public MaintenanceWorkerSiteModeException(
	string message,
	Exception exception
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Casewhere.Common.Exceptions.MaintenanceWorkerSiteModeException.#ctor(System.String,System.Exception)"]

exception
Type: SystemException

[Missing <param name="exception"/> documentation for "M:Casewhere.Common.Exceptions.MaintenanceWorkerSiteModeException.#ctor(System.String,System.Exception)"]

See Also