Namespace: ChessAssembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
public ChessException(
string strError,
Exception ex
)
public ChessException(
string strError,
Exception ex
)
Public Sub New (
strError As String,
ex As Exception
)
Public Sub New (
strError As String,
ex As Exception
)
public:
ChessException(
String^ strError,
Exception^ ex
)
public:
ChessException(
String^ strError,
Exception^ ex
)
new :
strError : string *
ex : Exception -> ChessException
new :
strError : string *
ex : Exception -> ChessException