Click or drag to resize

BufferOverflowException(String) Constructor

Initializes a new instance of the BufferOverflowException class

Namespace: Sportradar.SDK.Common.Exceptions
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
public BufferOverflowException(
	string message
)

Parameters

message  String
Exception message
See Also