Click or drag to resize

SingleResourceException Constructor

Initializes a new instance of the SingleResourceException class

Namespace:  Casewhere.Common.Exceptions
Assembly:  Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public SingleResourceException(
	Guid resourceId,
	string resourceType
)

Parameters

resourceId
Type: SystemGuid

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

resourceType
Type: SystemString

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

See Also