WSException constructor

Constructs a new exception.

Syntax
Visual Basic
Overloads Public Sub New( _
   ByVal ex As System.Exception _
)
C#
public WSException(
   System.Exception ex
);
Parameters
  • ex   The exception.