WSFaultException constructor

Constructs a new exception with the specified error message.

Syntax
Visual Basic
Public Sub New( _
   ByVal msg As String _
)
C#
public WSFaultException(
   string  msg
);
Parameters
  • msg   The error message.