Click or drag to resize

BackgroundCopyException Constructor (String)

Initializes a new instance of the BackgroundCopyException class with the specified error message.

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public BackgroundCopyException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also