C# Класс BraintreeEncryption.Library.BouncyCastle.Util.Io.StreamOverflowException

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

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

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

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

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

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

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

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

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

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