Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Constructs a new exception with the specified error message.
Visual BasicOverloads Public Sub New( _ ByVal msg As String _)
C#public WSException( string msg);
msg The error message.