C# Класс Microsoft.Zing.ZingOverflowException

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

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

Метод Описание
ZingOverflowException ( ) : System
ZingOverflowException ( string message ) : System
ZingOverflowException ( string message, Exception innerException ) : System

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

Метод Описание
ZingOverflowException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

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

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

public ZingOverflowException ( ) : System
Результат System

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

protected ZingOverflowException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
Результат System

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

public ZingOverflowException ( string message ) : System
message string
Результат System

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

public ZingOverflowException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System