diff --git a/Modules.Windream/Exceptions.vb b/Modules.Windream/Exceptions.vb index 0e85c720..3add4c21 100644 --- a/Modules.Windream/Exceptions.vb +++ b/Modules.Windream/Exceptions.vb @@ -5,6 +5,7 @@ Public Class Exceptions Inherits ApplicationException Public Sub New() + MyBase.New() End Sub Public Sub New(message As String) diff --git a/Modules.Windream/Helpers.vb b/Modules.Windream/Helpers.vb index 8b1fa9d1..2a060f65 100644 --- a/Modules.Windream/Helpers.vb +++ b/Modules.Windream/Helpers.vb @@ -2,7 +2,7 @@ Imports DigitalData.Modules.Windream.Constants Public Class Helpers - Private Shared ReadOnly VectorIndicies As List(Of Integer) = New List(Of Integer) From { + Private Shared ReadOnly VectorIndicies As New List(Of Integer) From { INDEX_TYPE_VECTOR_BOOLEAN, INDEX_TYPE_VECTOR_CURRENCY, INDEX_TYPE_VECTOR_DATE,