[]
Inits a new instance of C1KeyNotFoundException
public C1KeyNotFoundException(string message)
Public Sub New(message As String)
| Type | Name | Description |
|---|---|---|
| string | message |
Inits a new instance of C1KeyNotFoundException
public C1KeyNotFoundException(string message, Exception innerException)
Public Sub New(message As String, innerException As Exception)
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | innerException |
Inits a new instance of C1KeyNotFoundException
public C1KeyNotFoundException()
Public Sub New()
Inits a new instance of C1KeyNotFoundException
public C1KeyNotFoundException(string msg, params string[] paras)
Public Sub New(msg As String, ParamArray paras As String())
| Type | Name | Description |
|---|---|---|
| string | msg | |
| string[] | paras |