UtilitiesError_v3 Method

Definition

Namespace: Centralpoint.Web.Uber
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SoapDocumentMethodAttribute("http://www.oxcyon.com/Error_v3", RequestNamespace = "http://www.oxcyon.com/", 
	ResponseNamespace = "http://www.oxcyon.com/", Use = SoapBindingUse.Literal, 
	ParameterStyle = SoapParameterStyle.Wrapped)]
public Guid Error_v3(
	Guid masterId,
	Guid webSiteId,
	Guid updateId,
	string message,
	string details,
	string type,
	string stackTrace,
	string errorKey,
	bool lowPriority,
	byte errorKeyVersion
)

Parameters

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

Return Value

Guid

See Also