Name

ServerFault

Synopsis

This class represents an error that was thrown from a remote server to the client. It is placed in the Detail section of a SoapFault object.

Public NotInheritable Class ServerFault
                  ' Public Constructors
   Public Sub New(ByVal exceptionType As String, 
        ByVal message As String, 
        ByVal stackTrace As String) 
' Public Instance Properties
   Public Property ExceptionMessage As String  
   Public Property ExceptionType As String  
   Public Property StackTrace As String  
End Class

Passed To

SoapFault.SoapFault()

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.