AssemblyLoadFail Constructor (String, Exception) |
Basic constructor for message with inner exception.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public AssemblyLoadFail(
string message,
Exception ex
)
Public Sub New (
message As String,
ex As Exception
)
Parameters
- message
- Type: SystemString
The message. - ex
- Type: SystemException
The inner exception.
See Also