Initializes a new instance of the MaxBytesExceededException class

Namespace: Org.BouncyCastle.Crypto
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public MaxBytesExceededException(
	string message,
	Exception e
)
Visual Basic
Public Sub New ( _
	message As String, _
	e As Exception _
)
Visual C++
public:
MaxBytesExceededException(
	String^ message, 
	Exception^ e
)

Parameters

message
Type: System..::..String
e
Type: System..::..Exception

See Also