MarshalException Constructor (String, Exception)
Initializes a new Instance of the AdsException class.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public MarshalException(
string message,
Exception innerException
)
VB
Public Sub New (
message As String,
innerException As Exception
)
Parameters
message |
Type: System.String |
innerException |
Type: System.Exception |