C# Class DOMException, UnitySVG

Inheritance: Exception
Afficher le fichier Open project: MrJoy/UnitySVG

Méthodes publiques

Méthode Description
DOMException ( DOMExceptionType code ) : System
DOMException ( DOMExceptionType code, string msg ) : System
DOMException ( DOMExceptionType code, string msg, Exception innerException ) : System

Méthodes protégées

Méthode Description
DOMException ( SerializationInfo info, StreamingContext context ) : System
DOMException ( string msg, Exception innerException ) : System

Method Details

DOMException() public méthode

public DOMException ( DOMExceptionType code ) : System
code DOMExceptionType
Résultat System

DOMException() public méthode

public DOMException ( DOMExceptionType code, string msg ) : System
code DOMExceptionType
msg string
Résultat System

DOMException() public méthode

public DOMException ( DOMExceptionType code, string msg, Exception innerException ) : System
code DOMExceptionType
msg string
innerException Exception
Résultat System

DOMException() protected méthode

protected DOMException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

DOMException() protected méthode

protected DOMException ( string msg, Exception innerException ) : System
msg string
innerException Exception
Résultat System