WSException constructor

Constructs a new exception with the specified error message.

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