PlotLoggerLogAbortRetryIgnoreError Method
|
Namespace: Bricscad.PlottingServices
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public void LogAbortRetryIgnoreError(
string message
)
Public Sub LogAbortRetryIgnoreError (
message As String
)
public:
void LogAbortRetryIgnoreError(
String^ message
)
member LogAbortRetryIgnoreError :
message : string -> unit
Parameters
- message
- Type: SystemString
See Also