BMXNET 4.0 Developer API

This simple exception wrapper is used for Exceptions thrown by umknown sources and by the BMX library. Check the InnerException for details.

Namespace:  IndianHealthService.BMXNet
Assembly:  BMXNET40 (in BMXNET40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
[SerializableAttribute]
public class BMXNetException : ApplicationException
<SerializableAttribute> _
Public Class BMXNetException _
	Inherits ApplicationException
[SerializableAttribute]
public ref class BMXNetException : public ApplicationException

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
BMXNetException()()()
BMXNetException(String)
BMXNetException(SerializationInfo, StreamingContext)
BMXNetException(String, Exception)
Data (Inherited from Exception.)
Equals(Object) (Inherited from Object.)
Finalize()()() (Inherited from Object.)
GetBaseException()()() (Inherited from Exception.)
GetHashCode()()() (Inherited from Object.)
GetObjectData(SerializationInfo, StreamingContext) (Inherited from Exception.)
GetType()()() (Inherited from Exception.)
HelpLink (Inherited from Exception.)
HResult (Inherited from Exception.)
InnerException (Inherited from Exception.)
MemberwiseClone()()() (Inherited from Object.)
Message (Inherited from Exception.)
Source (Inherited from Exception.)
StackTrace (Inherited from Exception.)
TargetSite (Inherited from Exception.)
ToString()()() (Inherited from Exception.)

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System..::.ApplicationException
      IndianHealthService.BMXNet..::.BMXNetException

See Also