BraintreeEncryption.Library.BouncyCastle.Util.Io.StreamOverflowException.StreamOverflowException C# (CSharp) Метод

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

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

Same methods

StreamOverflowException::StreamOverflowException ( ) : System
StreamOverflowException::StreamOverflowException ( string message ) : System
StreamOverflowException