public static IDLTypeException Create(string message, string IDLType, int index) { IDLTypeException ex = new IDLTypeException(message); ex.index = index; ex.IDLType_ = IDLType; return(ex); }
public static IDLTypeException Create(string message, string IDLType, int index) { IDLTypeException ex = new IDLTypeException(message); ex.index = index; ex.IDLType_ = IDLType; return ex; }