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 BasicPublic Sub New( _ ByVal msg As String _)
C#public WSFaultException( string msg);
msg The error message.