C# Class NetBase.Storage.BadDataException

Thrown when data picked up from storage looks bad
Inheritance: System.Exception
ファイルを表示 Open project: buttonpusher/NetBase

Public Methods

Method Description
BadDataException ( string message ) : System

Method Details

BadDataException() public method

public BadDataException ( string message ) : System
message string
return System