Playground biometrics demo BioID home page

SOAP Class BioIDWebServiceFault

BioID Web Service specific SOAP faults as used in the BWS operation contracts.

[DataContract(Namespace = "http://schemas.bioid.com/2011/12/bws")]
public class BioIDWebServiceFault
{
    [DataMember]
    public string Code { get; set; }
    [DataMember]
    public string Message { get; set; }
}

BioIDWebServiceFault.Code

Represents the error code for this fault. This string can be used for localization purposes, searching, sorting, etc.

BioIDWebServiceFault.Message

A clear text message describing the fault. This text is in English by default.