C# Класс Crisis.Ionic.Zip.BadStateException

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

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

Метод Описание
BadStateException ( ) : System

Default ctor.

BadStateException ( String message ) : System

Come on, you know how exceptions work. Why are you looking at this documentation?

BadStateException ( String message, Exception innerException ) : System

Come on, you know how exceptions work. Why are you looking at this documentation?

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

Метод Описание
BadStateException ( SerializationInfo info, StreamingContext context ) : System

Come on, you know how exceptions work. Why are you looking at this documentation?

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

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

Default ctor.
public BadStateException ( ) : System
Результат System

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

Come on, you know how exceptions work. Why are you looking at this documentation?
protected BadStateException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The serialization info for the exception.
context System.Runtime.Serialization.StreamingContext The streaming context from which to deserialize.
Результат System

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

Come on, you know how exceptions work. Why are you looking at this documentation?
public BadStateException ( String message ) : System
message String The message in the exception.
Результат System

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

Come on, you know how exceptions work. Why are you looking at this documentation?
public BadStateException ( String message, Exception innerException ) : System
message String The message in the exception.
innerException System.Exception The innerException for this exception.
Результат System