C# Класс DOMException, UnitySVG

Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
DOMException ( DOMExceptionType code ) : System
DOMException ( DOMExceptionType code, string msg ) : System
DOMException ( DOMExceptionType code, string msg, Exception innerException ) : System

Защищенные методы

Метод Описание
DOMException ( SerializationInfo info, StreamingContext context ) : System
DOMException ( string msg, Exception innerException ) : System

Описание методов

DOMException() публичный Метод

public DOMException ( DOMExceptionType code ) : System
code DOMExceptionType
Результат System

DOMException() публичный Метод

public DOMException ( DOMExceptionType code, string msg ) : System
code DOMExceptionType
msg string
Результат System

DOMException() публичный Метод

public DOMException ( DOMExceptionType code, string msg, Exception innerException ) : System
code DOMExceptionType
msg string
innerException Exception
Результат System

DOMException() защищенный Метод

protected DOMException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Результат System

DOMException() защищенный Метод

protected DOMException ( string msg, Exception innerException ) : System
msg string
innerException Exception
Результат System