StauffConsulting.Essentials.| C#: |
public class DateTimeSyntaxError :
System.Exception
|
| VB: |
Public Class DateTimeSyntaxError
Inherits System.Exception
|
| Type Ancestry: | Exception |
DateTimeSyntaxError |
|
DateTimeSyntaxError |
|
DateTimeSyntaxError |
readonly | string |
Description |
A description of the error. |
readonly | string |
Input |
The original input string. |
readonly | string |
OffendingToken |
The offending input token, or null. |
| C#: |
DateTimeSyntaxError (string input,
string offendingToken,
System.Exception innerException,
string description)
|
| VB: |
Sub New(ByVal input As String, ByVal offendingToken As String, ByVal innerException As System.Exception, ByVal description As String)
|
Parameters
input | |
offendingToken | |
innerException | |
description |
| C#: |
DateTimeSyntaxError (string input,
string offendingToken,
string description)
|
| VB: |
Sub New(ByVal input As String, ByVal offendingToken As String, ByVal description As String)
|
Parameters
input | |
offendingToken | |
description |
| C#: |
DateTimeSyntaxError (string input,
string description)
|
| VB: |
Sub New(ByVal input As String, ByVal description As String)
|
Parameters
input | |
description |
| C#: |
readonly string Description;
|
| VB: |
ReadOnly Description As String
|
| C#: |
readonly string Input;
|
| VB: |
ReadOnly Input As String
|
| C#: |
readonly string OffendingToken;
|
| VB: |
ReadOnly OffendingToken As String
|