UtilitiesError_v3 Method
Namespace: Centralpoint.Web.UberAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
[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
)
<SoapDocumentMethodAttribute("http://www.oxcyon.com/Error_v3", RequestNamespace := "http://www.oxcyon.com/",
ResponseNamespace := "http://www.oxcyon.com/", Use := SoapBindingUse.Literal,
ParameterStyle := SoapParameterStyle.Wrapped)>
Public Function Error_v3 (
masterId As Guid,
webSiteId As Guid,
updateId As Guid,
message As String,
details As String,
type As String,
stackTrace As String,
errorKey As String,
lowPriority As Boolean,
errorKeyVersion As Byte
) As Guid
- masterId Guid
-
- webSiteId Guid
-
- updateId Guid
-
- message String
-
- details String
-
- type String
-
- stackTrace String
-
- errorKey String
-
- lowPriority Boolean
-
- errorKeyVersion Byte
-
Guid