A Sandcastle Documented Class Library
![]() | EpcException Constructor (String, Exception) |
Creates a new EPC exception with a given message and inner exception.
Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)

public EpcException( string message, Exception inner )
Public Sub New ( message As String, inner As Exception )
public: EpcException( String^ message, Exception^ inner )
new : message : string * inner : Exception -> EpcException
Parameters
- message
- Type: SystemString
Message. - inner
- Type: SystemException
Inner exception.
