UtilitiesError_v2Async(Guid, Guid, Guid, String, String, String, String, String, Boolean) Method

Definition

Namespace: Centralpoint.Web.Uber
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void Error_v2Async(
	Guid masterId,
	Guid webSiteId,
	Guid updateId,
	string message,
	string details,
	string type,
	string stackTrace,
	string errorKey,
	bool lowPriority
)

Parameters

masterId  Guid
 
webSiteId  Guid
 
updateId  Guid
 
message  String
 
details  String
 
type  String
 
stackTrace  String
 
errorKey  String
 
lowPriority  Boolean
 

See Also