Method | Description | |
---|---|---|
DOMException ( DOMExceptionType code ) : System | ||
DOMException ( DOMExceptionType code, string msg ) : System | ||
DOMException ( DOMExceptionType code, string msg, Exception innerException ) : System |
Method | Description | |
---|---|---|
DOMException ( SerializationInfo info, StreamingContext context ) : System | ||
DOMException ( string msg, Exception innerException ) : System |
public DOMException ( DOMExceptionType code ) : System | ||
code | DOMExceptionType | |
return | System |
public DOMException ( DOMExceptionType code, string msg ) : System | ||
code | DOMExceptionType | |
msg | string | |
return | System |
public DOMException ( DOMExceptionType code, string msg, Exception innerException ) : System | ||
code | DOMExceptionType | |
msg | string | |
innerException | Exception | |
return | System |
protected DOMException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
return | System |
protected DOMException ( string msg, Exception innerException ) : System | ||
msg | string | |
innerException | Exception | |
return | System |