[]
public ApplicationException()
Public Sub New()
public ApplicationException(string str)
Public Sub New(str As String)
| Type | Name | Description |
|---|---|---|
| string | str |
public ApplicationException(string str, Exception e)
Public Sub New(str As String, e As Exception)
| Type | Name | Description |
|---|---|---|
| string | str | |
| Exception | e |