DocumentAlreadyCustomizedException 构造函数

定义

重载

DocumentAlreadyCustomizedException()
DocumentAlreadyCustomizedException(Exception)
DocumentAlreadyCustomizedException(String)
DocumentAlreadyCustomizedException(String, Exception)

DocumentAlreadyCustomizedException()

public DocumentAlreadyCustomizedException ();

适用于

DocumentAlreadyCustomizedException(Exception)

public DocumentAlreadyCustomizedException (Exception innerException);

参数

innerException
Exception

适用于

DocumentAlreadyCustomizedException(String)

public DocumentAlreadyCustomizedException (string message);

参数

message
String

适用于

DocumentAlreadyCustomizedException(String, Exception)

public DocumentAlreadyCustomizedException (string message, Exception innerException);

参数

message
String
innerException
Exception

适用于