11-08-2023
This commit is contained in:
12
Connectors.Form/Modules/Sharepoint/SharepointException.vb
Normal file
12
Connectors.Form/Modules/Sharepoint/SharepointException.vb
Normal file
@@ -0,0 +1,12 @@
|
||||
Namespace Sharepoint
|
||||
Public Class SharepointException
|
||||
Inherits ApplicationException
|
||||
|
||||
Public ReadOnly ErrorType As Constants.ErrorType
|
||||
|
||||
Public Sub New(pErrorType As Constants.ErrorType, pMessage As String)
|
||||
MyBase.New(pMessage)
|
||||
ErrorType = pErrorType
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
Reference in New Issue
Block a user