C# Class SVGException, UnitySVG

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

Méthodes publiques

Méthode Description
SVGException ( SVGExceptionType errorCode ) : System
SVGException ( SVGExceptionType errorCode, string message ) : System
SVGException ( SVGExceptionType errorCode, string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
SVGException ( SerializationInfo info, StreamingContext context ) : System

Method Details

SVGException() public méthode

public SVGException ( SVGExceptionType errorCode ) : System
errorCode SVGExceptionType
Résultat System

SVGException() public méthode

public SVGException ( SVGExceptionType errorCode, string message ) : System
errorCode SVGExceptionType
message string
Résultat System

SVGException() public méthode

public SVGException ( SVGExceptionType errorCode, string message, Exception innerException ) : System
errorCode SVGExceptionType
message string
innerException Exception
Résultat System

SVGException() protected méthode

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