DotMSNException Constructor (String, Exception)
Specifies a general exception but which originates from another exception.
[Visual Basic]
Overloads Public Sub New( _
ByVal
message As
String, _
ByVal
innerException As
Exception _
)
Parameters
-
message
- A textual presentation of the exception message
-
innerException
- The (inner)exception which caused this exception. For example a SocketException.
See Also
DotMSNException Class | XihSolutions.DotMSN Namespace | DotMSNException Constructor Overload List