Name

SoapFault

Synopsis

This class represents a SOAP fault.

Public NotInheritable Class SoapFault : Implements System.Runtime.Serialization.ISerializable
' Public Constructors
   Public Sub New() 
   Public Sub New(ByVal faultCode As String, 
        ByVal faultString As String, 
        ByVal faultActor As String, 
        ByVal serverFault As ServerFault) 
' Public Instance Properties
   Public Property Detail As Object  
   Public Property FaultActor As String  
   Public Property FaultCode As String  
   Public Property FaultString As String  
' Public Instance Methods
   Public Sub GetObjectData(
        ByVal info As System.Runtime.Serialization.SerializationInfo, 
        ByVal context As System.Runtime.Serialization.StreamingContext) 
        Implements ISerializable.GetObjectData 
End Class

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.