C# Class DOMException, UnitySVG

Inheritance: Exception
Show file Open project: MrJoy/UnitySVG

Public Methods

Method Description
DOMException ( DOMExceptionType code ) : System
DOMException ( DOMExceptionType code, string msg ) : System
DOMException ( DOMExceptionType code, string msg, Exception innerException ) : System

Protected Methods

Method Description
DOMException ( SerializationInfo info, StreamingContext context ) : System
DOMException ( string msg, Exception innerException ) : System

Method Details

DOMException() public method

public DOMException ( DOMExceptionType code ) : System
code DOMExceptionType
return System

DOMException() public method

public DOMException ( DOMExceptionType code, string msg ) : System
code DOMExceptionType
msg string
return System

DOMException() public method

public DOMException ( DOMExceptionType code, string msg, Exception innerException ) : System
code DOMExceptionType
msg string
innerException Exception
return System

DOMException() protected method

protected DOMException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

DOMException() protected method

protected DOMException ( string msg, Exception innerException ) : System
msg string
innerException Exception
return System