DocumentAlreadyCustomizedException Konstruktoren

Definition

Überlädt

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

DocumentAlreadyCustomizedException()

public DocumentAlreadyCustomizedException ();

Gilt für

DocumentAlreadyCustomizedException(Exception)

public DocumentAlreadyCustomizedException (Exception innerException);

Parameter

innerException
Exception

Gilt für

DocumentAlreadyCustomizedException(String)

public DocumentAlreadyCustomizedException (string message);

Parameter

message
String

Gilt für

DocumentAlreadyCustomizedException(String, Exception)

public DocumentAlreadyCustomizedException (string message, Exception innerException);

Parameter

message
String
innerException
Exception

Gilt für