| Consts | Events | Types | Fields | Properties | Methods | Details | SMom |
| Types Summary | |
Public |
SMomExceptionsCodesEnum SMomExceptionsCodes |
| Method Summary | |
Public(CValue) |
CreateCValue( Value As Variant)Codice |
Public(CEnvelope) |
CreateEnvelope( Sender As ISender, Receiver As IReceiver, Message As String)Codice |
Public(CEnvelope) |
CreateStrEnvelope( Sender As ISender, Receiver As String, Message As String)Codice |
Public(String) |
GetStandardSMomExceptionDescription( Error As SMomExceptionsCodes)Codice |
Public(String) |
getTimeStamp()Codice |
Public(String) |
getUniqueIdentifier()Codice |
Public |
RaiseSMomException( Error As SMomExceptionsCodes, Optional l As String, Optional l As String, Optional l As Variant, Optional l As Variant)Codice |
| Details |
Public Enum SMomExceptionsCodes
UnKnownSMomException = 10600
ReceiverNotFoundException = 10601
DispatcherNotFoundException = 10602
MsgManagerNotFoundException = 10603
TimeOutExpiredException = 10700
MethodNotFoundException = 10701
VarTypeUnKnownException = 10702
InvalidTraceRouteDataException = 10703
TooManyArgumentsForCallByName = 10704
RemoteException = 10705
UnKnownRemoteException = 10706
End Enum
Public Function CreateCValue(Value As Variant) As CValue
Public Function CreateEnvelope(Sender As ISender, Receiver As IReceiver, Message As String) As CEnvelope
Public Function CreateStrEnvelope(Sender As ISender, Receiver As String, Message As String) As CEnvelope
Public Function GetStandardSMomExceptionDescription(Error As SMomExceptionsCodes) As String
Public Function getTimeStamp() As String
Public Function getUniqueIdentifier() As String
Public Sub RaiseSMomException(Error As SMomExceptionsCodes, Optional Source As String = "SMom.UnknownSource!", Optional MsgErrore As String = vbNullString, Optional HelpFile, Optional HelpContext)
| Consts | Events | Types | Fields | Properties | Methods | Details | SMom |