'Declaration
<DataMemberAttribute()> Public Property ExceptionType As Integer
[DataMember()] public int ExceptionType {get; set;}
[DataMember()] public: property int ExceptionType { int get(); void set ( int value); }
'Declaration
<DataMemberAttribute()> Public Property ExceptionType As Integer
[DataMember()] public int ExceptionType {get; set;}
[DataMember()] public: property int ExceptionType { int get(); void set ( int value); }