AdsException Constructor (String, Exception)
Initializes a new Instance of the AdsException class.
Namespace: TwinCAT
Assembly: TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public AdsException(
string message,
Exception? innerException
)Parameters
message | Type: System.String |
innerException | Type: System.Exception |