C# Class SVGException, UnitySVG

Inheritance: DOMException
显示文件 Open project: MrJoy/UnitySVG

Public Methods

Method Description
SVGException ( SVGExceptionType errorCode ) : System
SVGException ( SVGExceptionType errorCode, string message ) : System
SVGException ( SVGExceptionType errorCode, string message, Exception innerException ) : System

Protected Methods

Method Description
SVGException ( SerializationInfo info, StreamingContext context ) : System

Method Details

SVGException() public method

public SVGException ( SVGExceptionType errorCode ) : System
errorCode SVGExceptionType
return System

SVGException() public method

public SVGException ( SVGExceptionType errorCode, string message ) : System
errorCode SVGExceptionType
message string
return System

SVGException() public method

public SVGException ( SVGExceptionType errorCode, string message, Exception innerException ) : System
errorCode SVGExceptionType
message string
innerException Exception
return System

SVGException() protected method

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