DsmlErrorProcessing 枚举

定义

DsmlErrorProcessing 枚举指定出错时如何继续。

public enum class DsmlErrorProcessing
public enum DsmlErrorProcessing
type DsmlErrorProcessing = 
Public Enum DsmlErrorProcessing
继承
DsmlErrorProcessing

字段

Exit 1

退出。 值等于 1。

Resume 0

继续。 值等于 0。

适用于